home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-16 | 755 b | 17 lines | [TEXT/R*ch] |
- To start a new project with Sprocket, copy one of the project folders
- (SprocketSample or SprocketNothing) to a new location on your hard drive. Rename
- the SprocketSample or SprocketNothing files to your app's name. Now begin coding!
-
-
- Which project should I start from?
- ----------------------------------
-
- Well, it doesn't make too much of a difference, so I will outline the possible
- usages of each.
-
- If you are doing anything text related, use SprocketSample because it already
- supports a reasonable full-featured text window class. There are other classes
- which you will probably want to pull out of it though, since many features were
- crammed in for the sake of it being a sample app. If you want to start from a
- clean slate, use SprocketNothing.
-